﻿2026-06-28T11:42:13.7407979Z ##[group]Run set -euo pipefail
2026-06-28T11:42:13.7408351Z [36;1mset -euo pipefail[0m
2026-06-28T11:42:13.7408599Z [36;1mPIN=0c95435[0m
2026-06-28T11:42:13.7408843Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-06-28T11:42:13.7409233Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-06-28T11:42:13.7409600Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-06-28T11:42:13.7410053Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-06-28T11:42:13.7410510Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-06-28T11:42:13.7410883Z [36;1m  rm -rf "$CACHE"[0m
2026-06-28T11:42:13.7411145Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-06-28T11:42:13.7411441Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-06-28T11:42:13.7411809Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-06-28T11:42:13.7412185Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-06-28T11:42:13.7412476Z [36;1mfi[0m
2026-06-28T11:42:13.7412791Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-28T11:42:13.7425761Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-28T11:42:13.7426081Z env:
2026-06-28T11:42:13.7426308Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-28T11:42:13.7426628Z ##[endgroup]
2026-06-28T11:42:14.0084473Z    Compiling proc-macro2 v1.0.106
2026-06-28T11:42:14.0085173Z    Compiling quote v1.0.45
2026-06-28T11:42:14.0085584Z    Compiling unicode-ident v1.0.24
2026-06-28T11:42:14.0086013Z    Compiling libc v0.2.186
2026-06-28T11:42:14.0086438Z    Compiling serde_core v1.0.228
2026-06-28T11:42:14.0086848Z    Compiling cfg-if v1.0.4
2026-06-28T11:42:14.0087249Z    Compiling serde v1.0.228
2026-06-28T11:42:14.0088016Z    Compiling log v0.4.32
2026-06-28T11:42:14.0088417Z    Compiling pin-project-lite v0.2.17
2026-06-28T11:42:14.0107403Z    Compiling typenum v1.20.1
2026-06-28T11:42:14.0123817Z    Compiling portable-atomic v1.13.1
2026-06-28T11:42:14.0172540Z    Compiling version_check v0.9.5
2026-06-28T11:42:14.0305059Z    Compiling memchr v2.8.1
2026-06-28T11:42:14.0351563Z    Compiling shlex v2.0.1
2026-06-28T11:42:14.0535902Z    Compiling critical-section v1.2.0
2026-06-28T11:42:14.0761762Z    Compiling find-msvc-tools v0.1.9
2026-06-28T11:42:14.0913987Z    Compiling bytes v1.11.1
2026-06-28T11:42:14.0989181Z    Compiling subtle v2.6.1
2026-06-28T11:42:14.1480357Z    Compiling futures-core v0.3.32
2026-06-28T11:42:14.2747964Z    Compiling equivalent v1.0.2
2026-06-28T11:42:14.2850985Z    Compiling smallvec v1.15.1
2026-06-28T11:42:14.2969713Z    Compiling itoa v1.0.18
2026-06-28T11:42:14.3083537Z    Compiling semver v1.0.28
2026-06-28T11:42:14.3228206Z    Compiling stable_deref_trait v1.2.1
2026-06-28T11:42:14.3466921Z    Compiling futures-io v0.3.32
2026-06-28T11:42:14.3552593Z    Compiling futures-sink v0.3.32
2026-06-28T11:42:14.3907938Z    Compiling slab v0.4.12
2026-06-28T11:42:14.4028689Z    Compiling futures-task v0.3.32
2026-06-28T11:42:14.4033582Z    Compiling generic-array v0.14.7
2026-06-28T11:42:14.4501586Z    Compiling futures-channel v0.3.32
2026-06-28T11:42:14.5058846Z    Compiling bitflags v2.12.1
2026-06-28T11:42:14.5368243Z    Compiling rustversion v1.0.22
2026-06-28T11:42:14.5553581Z    Compiling hashbrown v0.17.1
2026-06-28T11:42:14.5712724Z    Compiling cpufeatures v0.2.17
2026-06-28T11:42:14.5830840Z    Compiling rustc_version v0.4.1
2026-06-28T11:42:14.6281231Z    Compiling fnv v1.0.7
2026-06-28T11:42:14.6349963Z    Compiling rand_core v0.10.1
2026-06-28T11:42:14.6411135Z    Compiling cfg_aliases v0.2.1
2026-06-28T11:42:14.6774993Z    Compiling strsim v0.11.1
2026-06-28T11:42:14.6910095Z    Compiling litemap v0.8.2
2026-06-28T11:42:14.7001095Z    Compiling writeable v0.6.3
2026-06-28T11:42:14.7002917Z    Compiling getrandom v0.4.2
2026-06-28T11:42:14.7421358Z    Compiling icu_properties_data v2.2.0
2026-06-28T11:42:14.7925232Z    Compiling utf8_iter v1.0.4
2026-06-28T11:42:14.9090818Z    Compiling ident_case v1.0.1
2026-06-28T11:42:14.9174770Z    Compiling dunce v1.0.5
2026-06-28T11:42:14.9300791Z    Compiling icu_normalizer_data v2.2.0
2026-06-28T11:42:14.9347734Z    Compiling fs_extra v1.3.0
2026-06-28T11:42:14.9772428Z    Compiling percent-encoding v2.3.2
2026-06-28T11:42:14.9870965Z    Compiling autocfg v1.5.1
2026-06-28T11:42:15.0133169Z    Compiling http v1.4.1
2026-06-28T11:42:15.0239975Z    Compiling cpufeatures v0.3.0
2026-06-28T11:42:15.1721600Z    Compiling unicode-segmentation v1.13.3
2026-06-28T11:42:15.1831713Z    Compiling aws-lc-rs v1.17.0
2026-06-28T11:42:15.1850960Z    Compiling thiserror v2.0.18
2026-06-28T11:42:15.1991138Z    Compiling scopeguard v1.2.0
2026-06-28T11:42:15.2040532Z    Compiling form_urlencoded v1.2.2
2026-06-28T11:42:15.2672856Z    Compiling lock_api v0.4.14
2026-06-28T11:42:15.2718069Z    Compiling chacha20 v0.10.0
2026-06-28T11:42:15.3221812Z    Compiling syn v2.0.117
2026-06-28T11:42:15.4041249Z    Compiling untrusted v0.9.0
2026-06-28T11:42:15.4460583Z    Compiling indexmap v2.14.0
2026-06-28T11:42:15.4670517Z    Compiling rustls v0.23.40
2026-06-28T11:42:15.4740564Z    Compiling heck v0.5.0
2026-06-28T11:42:15.4930449Z    Compiling atomic-waker v1.1.2
2026-06-28T11:42:15.5460780Z    Compiling const-oid v0.10.2
2026-06-28T11:42:15.5555049Z    Compiling anyhow v1.0.102
2026-06-28T11:42:15.5622485Z    Compiling unicode-xid v0.2.6
2026-06-28T11:42:15.5773311Z    Compiling zerocopy v0.8.50
2026-06-28T11:42:15.5860854Z    Compiling httparse v1.10.1
2026-06-28T11:42:15.5960730Z    Compiling paste v1.0.15
2026-06-28T11:42:15.6210951Z    Compiling parking_lot_core v0.9.12
2026-06-28T11:42:15.6571031Z    Compiling convert_case v0.10.0
2026-06-28T11:42:15.6960425Z    Compiling num-traits v0.2.19
2026-06-28T11:42:15.7350530Z    Compiling hybrid-array v0.4.12
2026-06-28T11:42:15.7950511Z    Compiling curve25519-dalek v4.1.3
2026-06-28T11:42:15.8455168Z    Compiling ahash v0.8.12
2026-06-28T11:42:15.8617117Z    Compiling powerfmt v0.2.0
2026-06-28T11:42:15.8688270Z    Compiling base64ct v1.8.3
2026-06-28T11:42:15.9211066Z    Compiling either v1.16.0
2026-06-28T11:42:15.9541205Z    Compiling jobserver v0.1.34
2026-06-28T11:42:16.0103505Z    Compiling fastrand v2.4.1
2026-06-28T11:42:16.0459349Z    Compiling deranged v0.5.8
2026-06-28T11:42:16.1020943Z    Compiling crypto-common v0.1.7
2026-06-28T11:42:16.1090419Z    Compiling block-buffer v0.10.4
2026-06-28T11:42:16.1965824Z    Compiling http-body v1.0.1
2026-06-28T11:42:16.2050615Z    Compiling digest v0.10.7
2026-06-28T11:42:16.2370865Z    Compiling cc v1.2.63
2026-06-28T11:42:16.2371838Z    Compiling pem-rfc7468 v1.0.0
2026-06-28T11:42:16.3340803Z    Compiling vcpkg v0.2.15
2026-06-28T11:42:16.3732559Z    Compiling base64 v0.22.1
2026-06-28T11:42:16.4001054Z    Compiling num-conv v0.2.2
2026-06-28T11:42:16.4101916Z    Compiling time-core v0.1.8
2026-06-28T11:42:16.4432108Z    Compiling tinyvec_macros v0.1.1
2026-06-28T11:42:16.4838081Z    Compiling mio v1.2.1
2026-06-28T11:42:16.5131661Z    Compiling socket2 v0.6.4
2026-06-28T11:42:16.5389221Z    Compiling getrandom v0.2.17
2026-06-28T11:42:16.5713830Z    Compiling tower-service v0.3.3
2026-06-28T11:42:16.6520933Z    Compiling data-encoding v2.11.0
2026-06-28T11:42:16.7111077Z    Compiling rand_core v0.6.4
2026-06-28T11:42:16.7340715Z    Compiling rand v0.10.1
2026-06-28T11:42:16.7341525Z    Compiling try-lock v0.2.5
2026-06-28T11:42:16.7988802Z    Compiling zmij v1.0.21
2026-06-28T11:42:16.8092189Z    Compiling pkg-config v0.3.33
2026-06-28T11:42:16.8094189Z    Compiling parking_lot v0.12.5
2026-06-28T11:42:16.8805750Z    Compiling want v0.3.1
2026-06-28T11:42:16.9038321Z    Compiling tinyvec v1.11.0
2026-06-28T11:42:17.0440641Z    Compiling sha2 v0.10.9
2026-06-28T11:42:17.0480691Z    Compiling block-buffer v0.12.0
2026-06-28T11:42:17.2097314Z    Compiling crypto-common v0.2.2
2026-06-28T11:42:17.2230206Z    Compiling inout v0.1.4
2026-06-28T11:42:17.2680734Z    Compiling vergen-lib v9.1.0
2026-06-28T11:42:17.2897173Z    Compiling n0-future v0.3.2
2026-06-28T11:42:17.3417269Z    Compiling serde_json v1.0.150
2026-06-28T11:42:17.3483041Z    Compiling winnow v1.0.3
2026-06-28T11:42:17.4060140Z    Compiling cordyceps v0.3.4
2026-06-28T11:42:17.4450530Z    Compiling spin v0.10.0
2026-06-28T11:42:17.4767243Z    Compiling cmake v0.1.58
2026-06-28T11:42:17.5190611Z    Compiling diatomic-waker v0.2.3
2026-06-28T11:42:17.5592943Z    Compiling httpdate v1.0.3
2026-06-28T11:42:17.5670520Z    Compiling crossbeam-utils v0.8.21
2026-06-28T11:42:17.5774088Z    Compiling parking v2.2.1
2026-06-28T11:42:17.6068474Z    Compiling signature v2.2.0
2026-06-28T11:42:17.6940867Z    Compiling cipher v0.4.4
2026-06-28T11:42:17.7050857Z    Compiling futures-lite v2.6.1
2026-06-28T11:42:17.7090412Z    Compiling ed25519 v2.2.3
2026-06-28T11:42:17.7394699Z    Compiling futures-buffered v0.2.13
2026-06-28T11:42:17.7700461Z    Compiling netlink-packet-core v0.8.1
2026-06-28T11:42:17.8390564Z    Compiling universal-hash v0.5.1
2026-06-28T11:42:17.8461254Z    Compiling vergen v9.1.0
2026-06-28T11:42:17.8813271Z    Compiling vergen-lib v0.1.6
2026-06-28T11:42:17.8910794Z    Compiling heapless v0.7.17
2026-06-28T11:42:17.8945733Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-28T11:42:17.9161303Z    Compiling noq-udp v0.10.0
2026-06-28T11:42:17.9350768Z    Compiling sync_wrapper v1.0.2
2026-06-28T11:42:17.9404034Z    Compiling opaque-debug v0.3.1
2026-06-28T11:42:17.9749477Z    Compiling byteorder v1.5.0
2026-06-28T11:42:18.0076077Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-28T11:42:18.0142105Z    Compiling allocator-api2 v0.2.21
2026-06-28T11:42:18.0879621Z    Compiling polyval v0.6.2
2026-06-28T11:42:18.1490826Z    Compiling digest v0.11.3
2026-06-28T11:42:18.1904074Z    Compiling hash32 v0.2.1
2026-06-28T11:42:18.1968895Z    Compiling spin v0.9.8
2026-06-28T11:42:18.2192428Z    Compiling vergen-gitcl v1.0.8
2026-06-28T11:42:18.2769604Z    Compiling tower-layer v0.3.3
2026-06-28T11:42:18.2950038Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-28T11:42:18.3193598Z    Compiling signature v3.0.0
2026-06-28T11:42:18.3840662Z    Compiling fallible-iterator v0.3.0
2026-06-28T11:42:18.4001256Z    Compiling num_threads v0.1.7
2026-06-28T11:42:18.4251960Z    Compiling ryu v1.0.23
2026-06-28T11:42:18.4407995Z    Compiling sha2 v0.11.0-rc.5
2026-06-28T11:42:18.4517669Z    Compiling aws-lc-sys v0.41.0
2026-06-28T11:42:18.4582237Z    Compiling ring v0.17.14
2026-06-28T11:42:18.4611199Z    Compiling libsqlite3-sys v0.30.1
2026-06-28T11:42:18.4721718Z    Compiling time v0.3.47
2026-06-28T11:42:18.5088474Z    Compiling ghash v0.5.1
2026-06-28T11:42:18.6028023Z    Compiling aes v0.8.4
2026-06-28T11:42:18.6130400Z    Compiling ctr v0.9.2
2026-06-28T11:42:18.7470749Z    Compiling fs2 v0.4.3
2026-06-28T11:42:18.7665816Z    Compiling http-body-util v0.1.3
2026-06-28T11:42:18.7931593Z    Compiling aead v0.5.2
2026-06-28T11:42:18.8000556Z    Compiling openssl-probe v0.2.1
2026-06-28T11:42:18.8271570Z    Compiling crossbeam-epoch v0.9.18
2026-06-28T11:42:18.9162032Z    Compiling crossbeam-channel v0.5.15
2026-06-28T11:42:18.9460943Z    Compiling blake3 v1.8.5
2026-06-28T11:42:18.9811062Z    Compiling netlink-packet-route v0.29.0
2026-06-28T11:42:19.0690539Z    Compiling uuid v1.23.2
2026-06-28T11:42:19.2035619Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-28T11:42:19.2220679Z    Compiling aes-gcm v0.10.3
2026-06-28T11:42:19.2532642Z    Compiling memoffset v0.6.5
2026-06-28T11:42:19.2626868Z    Compiling acto v0.8.2
2026-06-28T11:42:19.3901172Z    Compiling netwatch v0.16.0
2026-06-28T11:42:19.4060966Z    Compiling noq v0.18.0
2026-06-28T11:42:19.4142212Z    Compiling sorted-index-buffer v0.2.1
2026-06-28T11:42:19.4434243Z    Compiling mac-addr v0.3.0
2026-06-28T11:42:19.5480645Z    Compiling rustix v1.1.4
2026-06-28T11:42:19.6011257Z    Compiling thiserror v1.0.69
2026-06-28T11:42:19.6281157Z    Compiling identity-hash v0.1.0
2026-06-28T11:42:19.6370885Z    Compiling lru-slab v0.1.2
2026-06-28T11:42:19.6611061Z    Compiling rustc-hash v2.1.2
2026-06-28T11:42:19.6740912Z    Compiling xml-rs v0.8.28
2026-06-28T11:42:19.7080822Z    Compiling foldhash v0.2.0
2026-06-28T11:42:19.7505103Z    Compiling tagptr v0.2.0
2026-06-28T11:42:19.7594873Z    Compiling ref-cast v1.0.25
2026-06-28T11:42:19.8798218Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-28T11:42:19.9031357Z    Compiling hashbrown v0.16.1
2026-06-28T11:42:20.0406583Z    Compiling netlink-packet-route v0.30.0
2026-06-28T11:42:20.0932424Z    Compiling errno v0.3.14
2026-06-28T11:42:20.1337784Z    Compiling serial-core v0.4.0
2026-06-28T11:42:20.1402389Z    Compiling ioctl-rs v0.1.6
2026-06-28T11:42:20.2242879Z    Compiling termios v0.2.2
2026-06-28T11:42:20.2311472Z    Compiling aho-corasick v1.1.4
2026-06-28T11:42:20.2883001Z    Compiling simple-dns v0.9.3
2026-06-28T11:42:20.3541044Z    Compiling synstructure v0.13.2
2026-06-28T11:42:20.5642956Z    Compiling darling_core v0.20.11
2026-06-28T11:42:20.7141218Z    Compiling proc-macro-crate v3.5.0
2026-06-28T11:42:20.7825999Z    Compiling xmltree v0.10.3
2026-06-28T11:42:20.8057944Z    Compiling serde_derive_internals v0.29.1
2026-06-28T11:42:20.9571778Z    Compiling winnow v0.7.15
2026-06-28T11:42:20.9861459Z    Compiling toml_write v0.1.2
2026-06-28T11:42:21.0600818Z    Compiling arrayvec v0.7.6
2026-06-28T11:42:21.2131894Z    Compiling simdutf8 v0.1.5
2026-06-28T11:42:21.2133781Z    Compiling linux-raw-sys v0.12.1
2026-06-28T11:42:21.2313251Z    Compiling signal-hook v0.3.18
2026-06-28T11:42:21.2425461Z    Compiling sha1_smol v1.0.1
2026-06-28T11:42:21.2701327Z    Compiling constant_time_eq v0.4.2
2026-06-28T11:42:21.3622332Z    Compiling smol_str v0.1.24
2026-06-28T11:42:21.4360703Z    Compiling resolv-conf v0.7.6
2026-06-28T11:42:21.4607315Z    Compiling arrayref v0.3.9
2026-06-28T11:42:21.5117554Z    Compiling regex-syntax v0.8.10
2026-06-28T11:42:21.5870889Z    Compiling lru v0.16.4
2026-06-28T11:42:21.7643350Z    Compiling serial-unix v0.4.0
2026-06-28T11:42:21.8970315Z    Compiling darling_core v0.23.0
2026-06-28T11:42:21.9090519Z    Compiling signal-hook-registry v1.4.8
2026-06-28T11:42:22.0084488Z    Compiling serde_bytes v0.11.19
2026-06-28T11:42:22.1121082Z    Compiling serde_derive v1.0.228
2026-06-28T11:42:22.2203625Z    Compiling zeroize_derive v1.4.3
2026-06-28T11:42:22.2312562Z    Compiling tokio-macros v2.7.0
2026-06-28T11:42:22.2541178Z    Compiling zerofrom-derive v0.1.7
2026-06-28T11:42:22.6893362Z    Compiling futures-macro v0.3.32
2026-06-28T11:42:22.7166242Z    Compiling zeroize v1.8.2
2026-06-28T11:42:22.8856355Z    Compiling tokio v1.52.3
2026-06-28T11:42:22.8971081Z    Compiling yoke-derive v0.8.2
2026-06-28T11:42:23.1565004Z    Compiling zerovec-derive v0.11.3
2026-06-28T11:42:23.4190736Z    Compiling displaydoc v0.2.6
2026-06-28T11:42:23.5743235Z    Compiling tracing-attributes v0.1.31
2026-06-28T11:42:23.6014109Z    Compiling futures-util v0.3.32
2026-06-28T11:42:23.6097713Z    Compiling zerofrom v0.1.8
2026-06-28T11:42:23.7050324Z    Compiling rustls-pki-types v1.14.1
2026-06-28T11:42:23.7438603Z    Compiling thiserror-impl v2.0.18
2026-06-28T11:42:24.1287016Z    Compiling yoke v0.8.3
2026-06-28T11:42:24.2310595Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-28T11:42:24.3518840Z    Compiling zerotrie v0.2.4
2026-06-28T11:42:24.5651035Z    Compiling zerovec v0.11.6
2026-06-28T11:42:24.7209686Z    Compiling darling_macro v0.20.11
2026-06-28T11:42:24.8322150Z    Compiling derive_more-impl v2.1.1
2026-06-28T11:42:24.9987933Z    Compiling spez v0.1.2
2026-06-28T11:42:25.0370913Z    Compiling darling v0.20.11
2026-06-28T11:42:25.0968222Z    Compiling derive_builder_core v0.20.2
2026-06-28T11:42:25.1730207Z    Compiling n0-error-macros v0.1.3
2026-06-28T11:42:25.3407705Z    Compiling tinystr v0.8.3
2026-06-28T11:42:25.3618208Z    Compiling potential_utf v0.1.5
2026-06-28T11:42:25.5111254Z    Compiling icu_locale_core v2.2.0
2026-06-28T11:42:25.5183086Z    Compiling icu_collections v2.2.0
2026-06-28T11:42:25.5521306Z    Compiling der v0.8.0-rc.10
2026-06-28T11:42:25.5618222Z    Compiling pin-project-internal v1.1.13
2026-06-28T11:42:26.0790863Z    Compiling n0-error v0.1.3
2026-06-28T11:42:26.2621724Z    Compiling cobs v0.3.0
2026-06-28T11:42:26.3424299Z    Compiling derive_builder_macro v0.20.2
2026-06-28T11:42:26.4615659Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-28T11:42:26.4745915Z    Compiling postcard-derive v0.2.2
2026-06-28T11:42:26.6009865Z    Compiling icu_provider v2.2.0
2026-06-28T11:42:26.8720704Z    Compiling derive_builder v0.20.2
2026-06-28T11:42:26.9597969Z    Compiling icu_properties v2.2.0
2026-06-28T11:42:26.9940970Z    Compiling icu_normalizer v2.2.0
2026-06-28T11:42:27.0845139Z    Compiling ipnet v2.12.0
2026-06-28T11:42:27.0942168Z    Compiling spki v0.8.0-rc.4
2026-06-28T11:42:27.1433716Z    Compiling pin-project v1.1.13
2026-06-28T11:42:27.2058520Z    Compiling futures-executor v0.3.32
2026-06-28T11:42:27.2710531Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-28T11:42:27.3930597Z    Compiling ed25519-dalek v2.2.0
2026-06-28T11:42:27.4349144Z    Compiling ed25519 v3.0.0-rc.4
2026-06-28T11:42:27.5717013Z    Compiling prefix-trie v0.8.4
2026-06-28T11:42:27.5985321Z    Compiling spt-proto v0.17.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-28T11:42:27.7132951Z    Compiling once_cell v1.21.4
2026-06-28T11:42:27.7382306Z    Compiling futures v0.3.32
2026-06-28T11:42:27.8130730Z    Compiling data-encoding-macro v0.1.20
2026-06-28T11:42:27.8549654Z    Compiling rustls-native-certs v0.8.4
2026-06-28T11:42:27.8674689Z    Compiling iroh-metrics-derive v0.4.1
2026-06-28T11:42:27.8772199Z    Compiling num_enum_derive v0.7.6
2026-06-28T11:42:27.9470147Z    Compiling tracing-core v0.1.36
2026-06-28T11:42:28.2920663Z    Compiling async-trait v0.1.89
2026-06-28T11:42:28.3369670Z    Compiling idna_adapter v1.2.2
2026-06-28T11:42:28.4362833Z    Compiling tracing v0.1.44
2026-06-28T11:42:28.4414399Z    Compiling idna v1.1.0
2026-06-28T11:42:28.5420529Z    Compiling hashbrown v0.14.5
2026-06-28T11:42:28.7471525Z    Compiling postcard v1.1.3
2026-06-28T11:42:28.7690846Z    Compiling enum-assoc v1.3.0
2026-06-28T11:42:28.9222332Z    Compiling url v2.5.8
2026-06-28T11:42:28.9352960Z    Compiling tokio-util v0.7.18
2026-06-28T11:42:28.9870549Z    Compiling netlink-sys v0.8.8
2026-06-28T11:42:29.1591160Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-28T11:42:29.2001520Z    Compiling tower v0.5.3
2026-06-28T11:42:29.2070315Z    Compiling derive_more v2.1.1
2026-06-28T11:42:29.2900733Z    Compiling hashlink v0.9.1
2026-06-28T11:42:29.3170837Z    Compiling strum_macros v0.28.0
2026-06-28T11:42:29.3572170Z    Compiling netdev v0.42.0
2026-06-28T11:42:29.3780595Z    Compiling netlink-proto v0.12.0
2026-06-28T11:42:29.4015775Z    Compiling iroh-metrics v0.38.3
2026-06-28T11:42:29.4980377Z    Compiling num_enum v0.7.6
2026-06-28T11:42:29.5719239Z    Compiling iroh-relay v0.98.0
2026-06-28T11:42:29.5823729Z    Compiling moka v0.12.15
2026-06-28T11:42:29.6303959Z    Compiling toml_datetime v0.6.11
2026-06-28T11:42:29.6547181Z    Compiling rusqlite v0.32.1
2026-06-28T11:42:29.6626553Z    Compiling serde_spanned v0.6.9
2026-06-28T11:42:29.6804648Z    Compiling ref-cast-impl v1.0.25
2026-06-28T11:42:29.7883662Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-28T11:42:29.8095681Z    Compiling tower-http v0.6.11
2026-06-28T11:42:29.8298614Z    Compiling attohttpc v0.30.1
2026-06-28T11:42:29.9146592Z    Compiling h2 v0.4.14
2026-06-28T11:42:30.0826830Z    Compiling n0-watcher v0.6.1
2026-06-28T11:42:30.1299751Z    Compiling tokio-stream v0.1.18
2026-06-28T11:42:30.1843620Z    Compiling iroh-base v0.98.0
2026-06-28T11:42:30.2881049Z    Compiling thiserror-impl v1.0.69
2026-06-28T11:42:30.4002259Z    Compiling toml_edit v0.22.27
2026-06-28T11:42:30.7031062Z    Compiling webpki-roots v1.0.7
2026-06-28T11:42:30.7458859Z    Compiling regex-automata v0.4.14
2026-06-28T11:42:30.7687505Z    Compiling schemars_derive v1.2.1
2026-06-28T11:42:30.8066582Z    Compiling spt-store v0.17.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-28T11:42:30.9040748Z    Compiling seize v0.5.1
2026-06-28T11:42:30.9511212Z    Compiling hmac v0.12.1
2026-06-28T11:42:31.0740551Z    Compiling iroh v0.98.2
2026-06-28T11:42:31.2880720Z    Compiling pin-utils v0.1.0
2026-06-28T11:42:31.3370862Z    Compiling bitflags v1.3.2
2026-06-28T11:42:31.3471640Z    Compiling dyn-clone v1.0.20
2026-06-28T11:42:31.3687418Z    Compiling rustix v0.38.44
2026-06-28T11:42:31.4120579Z    Compiling cmov v0.5.4
2026-06-28T11:42:31.4637250Z    Compiling utf8parse v0.2.2
2026-06-28T11:42:31.4766877Z    Compiling nix v0.25.1
2026-06-28T11:42:31.5372445Z    Compiling anstyle-parse v1.0.0
2026-06-28T11:42:31.5437924Z    Compiling papaya v0.2.4
2026-06-28T11:42:31.6837466Z    Compiling ctutils v0.4.2
2026-06-28T11:42:31.7655631Z    Compiling hkdf v0.12.4
2026-06-28T11:42:31.8050787Z    Compiling backon v1.6.0
2026-06-28T11:42:31.8961125Z    Compiling darling_macro v0.23.0
2026-06-28T11:42:31.9160310Z    Compiling filedescriptor v0.8.3
2026-06-28T11:42:32.0682309Z    Compiling serial v0.4.0
2026-06-28T11:42:32.1389415Z    Compiling downcast-rs v1.2.1
2026-06-28T11:42:32.1761151Z    Compiling colorchoice v1.0.5
2026-06-28T11:42:32.1838379Z    Compiling instability v0.3.12
2026-06-28T11:42:32.1975952Z    Compiling strum v0.28.0
2026-06-28T11:42:32.2123649Z    Compiling linux-raw-sys v0.4.15
2026-06-28T11:42:32.2293859Z    Compiling foldhash v0.1.5
2026-06-28T11:42:32.2670821Z    Compiling is_terminal_polyfill v1.70.2
2026-06-28T11:42:32.3221485Z    Compiling iroh-dns v0.98.0
2026-06-28T11:42:32.3391199Z    Compiling anstyle-query v1.1.5
2026-06-28T11:42:32.3583115Z    Compiling shell-words v1.1.1
2026-06-28T11:42:32.3670361Z    Compiling anstyle v1.0.14
2026-06-28T11:42:32.4040766Z    Compiling hashbrown v0.15.5
2026-06-28T11:42:32.4261074Z    Compiling darling v0.23.0
2026-06-28T11:42:32.4872301Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-28T11:42:32.5234578Z    Compiling signal-hook-mio v0.2.5
2026-06-28T11:42:32.6238751Z    Compiling anstream v1.0.0
2026-06-28T11:42:32.6423563Z    Compiling spake2 v0.4.0
2026-06-28T11:42:32.6910164Z    Compiling schemars v1.2.1
2026-06-28T11:42:32.8417697Z    Compiling terminal_size v0.4.4
2026-06-28T11:42:32.8812847Z    Compiling strum_macros v0.26.4
2026-06-28T11:42:32.9555748Z    Compiling sha1 v0.10.6
2026-06-28T11:42:32.9770450Z    Compiling itertools v0.13.0
2026-06-28T11:42:33.0390927Z    Compiling castaway v0.2.4
2026-06-28T11:42:33.1621291Z    Compiling toml v0.8.23
2026-06-28T11:42:33.1781441Z    Compiling indoc v2.0.7
2026-06-28T11:42:33.2367456Z    Compiling unicode-width v0.1.14
2026-06-28T11:42:33.5825917Z    Compiling regex v1.12.3
2026-06-28T11:42:33.6591123Z    Compiling static_assertions v1.1.0
2026-06-28T11:42:33.7201207Z    Compiling doctest-file v1.1.1
2026-06-28T11:42:33.8425177Z    Compiling clap_lex v1.1.0
2026-06-28T11:42:34.1409218Z    Compiling spt-msg v0.17.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-28T11:42:34.1866552Z    Compiling interprocess v2.4.2
2026-06-28T11:42:34.2515321Z    Compiling clap_builder v4.6.0
2026-06-28T11:42:34.3380986Z    Compiling compact_str v0.8.2
2026-06-28T11:42:35.0043341Z    Compiling spt-runtime v0.17.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-28T11:42:35.2939484Z    Compiling unicode-truncate v1.1.0
2026-06-28T11:42:35.3857189Z    Compiling crossterm v0.28.1
2026-06-28T11:42:35.3971137Z    Compiling lru v0.12.5
2026-06-28T11:42:35.4370243Z    Compiling strum v0.26.3
2026-06-28T11:42:35.4460988Z    Compiling clap_derive v4.6.1
2026-06-28T11:42:35.4845802Z    Compiling cassowary v0.3.0
2026-06-28T11:42:35.4971553Z    Compiling iana-time-zone v0.1.65
2026-06-28T11:42:35.5460561Z    Compiling unicode-width v0.2.0
2026-06-28T11:42:35.6116636Z    Compiling nucleo-matcher v0.3.1
2026-06-28T11:42:35.8082486Z    Compiling portable-pty v0.8.1
2026-06-28T11:42:35.8810973Z    Compiling hyper v1.10.1
2026-06-28T11:42:35.9196756Z    Compiling chrono v0.4.45
2026-06-28T11:42:36.3415627Z    Compiling spt-term v0.17.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-28T11:42:36.3593106Z    Compiling qrcode v0.14.1
2026-06-28T11:42:36.8242911Z    Compiling ratatui v0.29.0
2026-06-28T11:42:36.8678469Z    Compiling tempfile v3.27.0
2026-06-28T11:42:37.7359952Z    Compiling clap v4.6.1
2026-06-28T11:42:37.7409604Z    Compiling hyper-util v0.1.20
2026-06-28T11:42:38.3690798Z    Compiling spt-live v0.17.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-28T11:42:39.4574582Z    Compiling igd-next v0.17.1
2026-06-28T11:42:40.3769395Z    Compiling portmapper v0.16.0
2026-06-28T11:42:45.1950690Z    Compiling rustls-webpki v0.103.13
2026-06-28T11:42:47.4379716Z    Compiling tokio-rustls v0.26.4
2026-06-28T11:42:47.4380107Z    Compiling noq-proto v0.17.0
2026-06-28T11:42:47.4380431Z    Compiling rustls-platform-verifier v0.7.0
2026-06-28T11:42:47.5740031Z    Compiling hickory-net v0.26.0-beta.4
2026-06-28T11:42:47.5740805Z    Compiling hyper-rustls v0.27.9
2026-06-28T11:42:47.5741358Z    Compiling tokio-websockets v0.13.2
2026-06-28T11:42:47.6897393Z    Compiling reqwest v0.13.4
2026-06-28T11:42:48.5868331Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-28T11:43:01.6377421Z    Compiling spt-net v0.17.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-28T11:43:02.9611251Z    Compiling spt-daemon v0.17.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-28T11:43:10.1236219Z    Compiling spt v0.17.0 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-28T11:43:14.0543977Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 00s
2026-06-28T11:43:14.0786560Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-51ecb733ca5da096)
2026-06-28T11:43:14.0800035Z 
2026-06-28T11:43:14.0800225Z running 1 test
2026-06-28T11:43:21.9437413Z test new_brain_serves_against_old_broker ... ok
2026-06-28T11:43:21.9437820Z 
2026-06-28T11:43:21.9438545Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.86s
2026-06-28T11:43:21.9438907Z 
